From: Juri Linkov Date: Sat, 6 Oct 2007 22:27:50 +0000 (+0000) Subject: Add M-q fill-paragraph-or-region. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~26625 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1ac03a3134a442fe02e0900b95b9284ba2c07c27;p=emacs.git Add M-q fill-paragraph-or-region. --- diff --git a/etc/NEWS b/etc/NEWS index f2a9db367cd..5de5c3b41fc 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -113,6 +113,11 @@ following arguments. * Editing Changes in Emacs 23.1 ++++ +** M-q now fills the region if the region is active and +`transient-mark-mode' is turned on. Otherwise, it fills the current +paragraph. The new command bound to M-q is `fill-paragraph-or-region'. + ** TAB now indents the region if the region is active and `transient-mark-mode' is turned on.